home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000339_news@columbia.edu _Mon Mar 3 23:20:16 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA00374
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 3 Mar 1997 23:20:16 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA01835
  7.     for kermit.misc@watsun; Mon, 3 Mar 1997 23:20:15 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: send file conditionally baesd on timestamp?
  12. Date: 4 Mar 1997 04:20:08 GMT
  13. Organization: Columbia University
  14. Lines: 29
  15. Message-ID: <5fg7to$pf4$1@apakabar.cc.columbia.edu>
  16. References: <m2vi784e37.fsf@localhost.bu.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6678
  19.  
  20. In article <m2vi784e37.fsf@localhost.bu.edu>,
  21. Matthew Swift  <MatthewSwift.91@alum.mit.edu> wrote:
  22. : The 2d-latest edition of the Kermit manual for Ckermit does not seem
  23. : to yield a way to script sending a file if it is newer than the remote
  24. : version.
  25.  
  26. SET FILE COLLISION UPDATE
  27.  
  28. COLLISION tells what to do when a file arrives that has the same name as
  29. an existing file.  The options are:
  30.   BACKUP (default) - Rename the old file to a new, unique name and store
  31.     the incoming file under the name it was sent with.
  32.   OVERWRITE - Overwrite (replace) the existing file.
  33.   APPEND - Append the incoming file to the end of the existing file.
  34.   DISCARD - Refuse and/or discard the incoming file.
  35.   RENAME - Give the incoming file a unique name.
  36.   UPDATE - Accept the incoming file only if it is newer than the existing
  37.     file.
  38. Example: SET FILE COLLISION UPDATE
  39.  
  40. This command needs to be set on the receiving side.  If you are
  41. talking to a Kermit SERVER you may use the REMOTE version of the
  42. command.
  43.  
  44.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  45.                  The Kermit Project * Columbia University
  46.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  47.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu